* gtkutil.c (xg_frame_set_char_size): Do set width/height if the
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 2 Jul 2009 12:27:23 +0000 (12:27 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 2 Jul 2009 12:27:23 +0000 (12:27 +0000)
commit9378787388490395c30b31e7ba40f57349d8d2d9
tree7ead71736c02b0a1f8238ca58118c56f28ca5bc4
parent35e6999c3c87931a0a87b8c647e427a0ac4bfcfa
* gtkutil.c (xg_frame_set_char_size): Do set width/height if the
frame isn't visible.
(xg_frame_resized): If width/height is -1, get size of window
from X server.

* xterm.c (handle_one_xevent): Call xg_frame_resized for USE_GTK
for MapNotify.
src/ChangeLog
src/gtkutil.c
src/xterm.c